orchestrator: Clear the pending update job on a deferred or aborted report - #441
Merged
Merged
Conversation
chrysh
force-pushed
the
compose-updatable
branch
2 times, most recently
from
August 27, 2026 19:30
6fe01da to
ace86fe
Compare
chrysh
force-pushed
the
compose-updatable
branch
5 times, most recently
from
September 22, 2026 11:44
0f07730 to
28c306e
Compare
chrysh
marked this pull request as ready for review
September 22, 2026 11:45
chrysh
requested review from
leongross and
rusty1968
and removed request for
rusty1968
September 22, 2026 11:45
chrysh
force-pushed
the
compose-updatable
branch
from
September 22, 2026 11:45
28c306e to
75b8f04
Compare
embediver
approved these changes
Sep 22, 2026
chrysh
force-pushed
the
compose-updatable
branch
from
September 22, 2026 16:17
75b8f04 to
6a021bc
Compare
…eport ReportUpdateDeferred and ReportUpdateAborted left pending_update set, so the slot stayed occupied and every later submit_update returned UpdateBusy. Salvaged from OpenPRoT#441, which demo-wip picked up at an older state that predates the fix. Assisted-by: Claude Opus 5
chrysh
force-pushed
the
compose-updatable
branch
from
September 24, 2026 21:33
6a021bc to
98af8bd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The seam wiring this PR originally carried is already on
ocp-global-demo-wip: ea92d3e and e848d23 are these commits, cherry-picked into the demo branch on 2026-09-24 rather than merged through here. That snapshot is the 2026-08-25 state of the branch, so one later fix is missing from it, and this PR is now reduced to that fix.ReportUpdateDeferredandReportUpdateAbortedleftpending_updateset. The slot stayed occupied, so every latersubmit_updatereturnedUpdateBusyand a deferred update wedged the frontend permanently. Two tests cover it: a deferred report and an aborted report each free the slot for the next submit.Progress toward 9elements#8.